🗑️Disposable Mail Check API

Checks if given e-mail is disposable/temporarily or not.

The API host for all tools is tools.datalabs.net.


Disposable Mail Check API

POST https://tools.datalabs.net/disposableMailChecker
Host: tools.datalabs.net
Content-Type: application/json

{
  "key": "DATALABS_API_KEY", // Required - DataLabs API Key
  "email": "random@gmail.com" // Required - Email to check
}
Example Response
{
    "success": true,
    "disposable": false,
    "status": "not disposable"
}

Last updated